home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CinE CD 6
/
CinE CD ROM 06.iso
/
mac
/
Shared.Cst
/
00091_Script_play qt
< prev
next >
Wrap
Text File
|
1996-06-22
|
225b
|
12 lines
global gFilmIndex, gQTpresent, gscale, gmode
on playit scale
puppetsound "single click"
updatestage
set gmode = "manual"
if gQTpresent then
set gscale = scale
PlayQuickTime gFilmIndex
end if
end